home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / print / VirtPrinters2.lha / screen_printer_source / data.c next >
Text File  |  1993-06-27  |  5KB  |  85 lines

  1. /*****************************************************************************
  2.  *
  3.  *        Data.c table for Screen_Printer driver.
  4.  */
  5.  
  6. char *CommandTable[] = {
  7.         "\377",         /* 00 aRIS reset                        */
  8.         "\377",         /* 01 aRIN initialize                   */
  9.         "\377",         /* 02 aIND linefeed                     */
  10.         "\377",         /* 03 aNEL CRLF                         */
  11.         "\377",         /* 04 aRI reverse LF                    */
  12.         "\377",         /* 05 aSGR0 normal char set             */
  13.         "\377",         /* 06 aSGR3 italics on                  */
  14.         "\377",         /* 07 aSGR23 italics off                */
  15.         "\377",         /* 08 aSGR4 underline on                */
  16.         "\377",         /* 09 aSGR24 underline off              */
  17.         "\377",         /* 10 aSGR1 boldface on                 */
  18.         "\377",         /* 11 aSGR22 boldface off               */
  19.         "\377",         /* 12 aSFC set foreground color         */
  20.         "\377",         /* 13 aSBC set background color         */
  21.         "\377",         /* 14 aSHORP0 normal pitch              */
  22.         "\377",         /* 15 aSHORP2 elite on                  */
  23.         "\377",         /* 16 aSHORP1 elite off                 */
  24.         "\377",         /* 17 aSHORP4 condensed fine on         */
  25.         "\377",         /* 18 aSHORP3 condensed fine off        */
  26.         "\377",         /* 19 aSHORP6 enlarge on                */
  27.         "\377",         /* 20 aSHORP5 enlarge off               */
  28.         "\377",         /* 21 aDEN6 shadow print on             */
  29.         "\377",         /* 22 aDEN5 shadow print off            */
  30.         "\377",         /* 23 aDEN4 double strike on            */
  31.         "\377",         /* 24 aDEN3 double strike off           */
  32.         "\377",         /* 25 aDEN2 NLQ on                      */
  33.         "\377",         /* 26 aDEN1 NLQ off                     */
  34.         "\377",         /* 27 aSUS2 superscript on              */
  35.         "\377",         /* 28 aSUS1 superscript off             */
  36.         "\377",         /* 29 aSUS4 subscript on                */
  37.         "\377",         /* 30 aSUS3 subscript off               */
  38.         "\377",         /* 31 aSUS0 normalize the line          */
  39.         "\377",         /* 32 aPLU partial line up              */
  40.         "\377",         /* 33 aPLD partial line down            */
  41.         "\377",         /* 34 aFNT0 Typeface 0                  */
  42.         "\377",         /* 35 aFNT1 Typeface 1                  */
  43.         "\377",         /* 36 aFNT2 Typeface 2                  */
  44.         "\377",         /* 37 aFNT3 Typeface 3                  */
  45.         "\377",         /* 38 aFNT4 Typeface 4                  */
  46.         "\377",         /* 39 aFNT5 Typeface 5                  */
  47.         "\377",         /* 40 aFNT6 Typeface 6                  */
  48.         "\377",         /* 41 aFNT7 Typeface 7                  */
  49.         "\377",         /* 42 aFNT8 Typeface 8                  */
  50.         "\377",         /* 43 aFNT9 Typeface 9                  */
  51.         "\377",         /* 44 aFNT10 Typeface 10                */
  52.         "\377",         /* 45 aPROP2 proportional on            */
  53.         "\377",         /* 46 aPROP1 proportional off           */
  54.         "\377",         /* 47 aPROP0 proportional clear         */
  55.         "\377",         /* 48 aTSS set proportional offset      */
  56.         "\377",         /* 49 aJFY5 auto left justify           */
  57.         "\377",         /* 50 aJFY7 auto right justify          */
  58.         "\377",         /* 51 aJFY6 auto full jusitfy           */
  59.         "\377",         /* 52 aJFY0 auto jusity off             */
  60.         "\377",         /* 53 aJFY3 letter space                */
  61.         "\377",         /* 54 aJFY1 word fill                   */
  62.         "\377",         /* 55 aVERP0 1/8" line spacing          */
  63.         "\377",         /* 56 aVERP1 1/6" line spacing          */
  64.         "\377",         /* 57 aSLPP set form length             */
  65.         "\377",         /* 58 aPERF perf skip n (n > 0)         */
  66.         "\377",         /* 59 aPERF0 perf skip off              */
  67.         "\377",         /* 60 aLMS set left margin              */
  68.         "\377",         /* 61 aRMS set right margin             */
  69.         "\377",         /* 62 aTMS set top margin               */
  70.         "\377",         /* 63 aBMS set bottom margin            */
  71.         "\377",         /* 64 aSTBM set T&B margins             */
  72.         "\377",         /* 65 aSLRM set L&R margins             */
  73.         "\377",         /* 66 aCAM clear margins                */
  74.         "\377",         /* 67 aHTS set horiz tab                */
  75.         "\377",         /* 68 aVTS set vert tab                 */
  76.         "\377",         /* 69 aTBC0 clear horiz tab             */
  77.         "\377",         /* 70 aTBC3 clear all horiz tabs        */
  78.         "\377",         /* 71 aTBC1 clear vert tab              */
  79.         "\377",         /* 72 aTBC4 clear all vert tabs         */
  80.         "\377",         /* 73 aTBCALL clear all h & v tabs      */
  81.         "\377",         /* 74 aTBSALL set default tabs          */
  82.         "\377",         /* 75 aEXTEND extended commands         */
  83.         "\377"          /* 76 aRAW next 'n' chars are raw       */
  84. };
  85.